Add reach-me-out to homelab templates#98
Merged
Conversation
Static link-in-bio page (React + Vite, baked YAML config) published as kartikey31choudhary/reach-me-out on Docker Hub. Single-container (type 1) running nginx on port 80. Optional config.yaml bind-mount lets users override name, links, and theme at runtime without rebuilding. Repo: https://github.com/kartikeychoudhary/Reach-me-out Image: https://hub.docker.com/r/kartikey31choudhary/reach-me-out
lissy93
approved these changes
Jul 12, 2026
lissy93
approved these changes
Jul 12, 2026
| "type": 1, | ||
| "volumes": [ | ||
| { | ||
| "bind": "/path/to/config.yaml", |
Owner
There was a problem hiding this comment.
Just a heads up - binding individual files (instead of a directory) can cause issues. Since Docker will create a directory if that file doesn't exist, and then when the user later goes to put their actual file in, it'll be a directory.
I only mention this, because I used to use a similar approach in the early days of Dashy, and it caused many many bug reports 😅
Contributor
Author
There was a problem hiding this comment.
Thanks for the heads up, that's a great point — I'll make sure to account for this and use a directory-based bind mount in future templates to avoid that issue. Appreciate the review!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds reach-me-out — a static, config-driven link-in-bio page — as a new
type: 1entry insources/local/homelab_templates.json.Why
It's a zero-dependency, single-container self-hosted app (React + Vite bundled with nginx, ~30 MB image) that fits the homelab category well: one person deploys it, mounts a
config.yaml, and gets a personal profile page with tappable links, QR share, and a downloadable vCard.Details
kartikey31choudhary/reach-me-out— multi-arch (linux/amd64,linux/arm64), tags:latestand:v1.0.08080:80/tcpconfig.yamlto/usr/share/nginx/html/config.yaml:ro— without it, the image ships a neutral "John Doe" defaultVerification
Schema.json